b43876c5c44056f42e71aa16a1b3a612f5dfa305,common/src/main/java/org/geogebra/common/euclidian/modes/ModeDeleteLocus.java,ModeDeleteLocus,getNewPolyLinePoints,#GeoPointND[]#GeoPointND[]#number#number#number#number#number#number[]#,253

Before Change


				realCoords[1], 1);
		newDataPoints[indexUndef] = new GeoPoint(
				view.getKernel().getConstruction());
		newRealPoints[indexUndef] = new GeoPoint(
				view.getKernel().getConstruction());
		newDataPoints[indexInter2] = new GeoPoint(
				view.getKernel().getConstruction(), realCoords[2],
				realCoords[3], 1);

After Change


				realCoords[1], 1);
		newDataPoints[indexUndef] = ngp(
				view.getKernel().getConstruction());
		newRealPoints[indexUndef] = ngp(
				view.getKernel().getConstruction());
		newDataPoints[indexInter2] = ngp(
				view.getKernel().getConstruction(), realCoords[2],
				realCoords[3], 1);